home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / VXAVTOOL.ZIP / MISC-VIR.ZIP / VIROCRCK.ZIP / VIROCRK.NFO < prev   
Encoding:
Text File  |  1995-05-13  |  2.9 KB  |  89 lines

  1.  
  2. ┌──────────────────────────────────────────┐
  3. │ √irogen's Super-Duper Encryption Cracker │  [√] FDA Approved
  4. │ ──────────────────────────────────────── │  [√] FCC Class B Appliance
  5. │   version 2.0; (c)1995 √irogen [NuKE]    │  [√] Love Me, Fuck Me, Kill Me
  6. └──────────────────────────────────────────┘
  7.  
  8.  Hello boys and girls of America and beyond, and welcome to my latest
  9.  endeavor into the performing art of coding. This software simply
  10.  cracks encryption using any of the following techniques:
  11.  
  12.    8-bit ADD and SUB     16-bit ADD
  13.    8-bit XOR             16-bit XOR
  14.    8-bit ROR and ROL     16-bit ROR and ROL
  15.    8-bit NOT             16-bit NOT
  16.  
  17.  Which means you can now easily decrypt the majority of computer viruses
  18.  out there and see what text is inside without having to ever touch a
  19.  disassemble. Not to mention the fact that there are LOTS of software
  20.  which uses these encryption algorithms for its internal or external
  21.  encryption purposes.
  22.  
  23.  
  24.  How to Use:
  25.  ************************************************************
  26.  The command line syntax is:
  27.   VIROCRK [filename] [text]
  28.  
  29.   [filename] is the file you're wishing to crack. It should not exceed
  30.              62k
  31.   [text] is a few bytes which you think will be contained in a decrypted
  32.          copy of the file. This parameter is case sensitive. The more
  33.          plaintext you can come up with, the fewer false positives will
  34.          arise.
  35.  
  36.  Examples:
  37.   VIROCRK HELLO.COM COM
  38.   VIROCRK ALPHA.TXT THE
  39.   VIROCRK IVB.NTZ COM
  40.   VIROCRK HELPME.EXE LA LA PA LOO ZA
  41.  
  42.  While VIROCRK is running, hit a key to abort. The exit may not be
  43.  immediate.
  44.  
  45.  
  46.  Output From VIROCRK
  47.  ************************************************************
  48.  When a successful decryption occurs, VIROCRK writes the decrypted
  49.  file to a DEC-XXXX.??? filename. The last 4 bytes of this filename,
  50.  and the extension indicate key and decryption technique used.
  51.  
  52.   DEC-XXXX.??? :
  53.  
  54.  XXXX- Key between 0 and FFFF. This is, ofcourse, hexadecimal.
  55.  
  56.  ???- 8XR = 8-bit XOR
  57.       8SB = 8-bit SUB
  58.       8RT = 8-bit ROR
  59.       16X = 16-bit XOR
  60.       16S = 16-bit SUB
  61.       16R = 16-bit ROR
  62.  
  63.  
  64.  
  65.  History
  66.  ************************************************************
  67.  v1.0 - Initial Release
  68.  v1.1 - I changed something
  69.  v2.0 - ■ Improved speed significantly by now attempting to encrypt
  70.           the plaintext with each possible key rather than decrypt
  71.           the ciphertext with key. Note that since I switched to this
  72.           faster method, the plaintext sequence should be greater than
  73.           three bytes or you'll have many false positives after adjusting
  74.           the 16-bit addressing.
  75.         ■ No longer attempts address-adjusted 16-bit XOR; no point in this.
  76.           The byte-reversed key should have been successful in the
  77.           non-adjusted 16-bit XOR.
  78.  
  79.  
  80.                                         later..
  81.                                          √irogen/NuKE
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.